home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / ae.lha / ae / AEC / aec.h < prev    next >
Text File  |  1990-02-28  |  1KB  |  33 lines

  1. /* Include file for AEC, the AE Compiler.
  2.    Copyright (C) 1989, 1990 by James R. Larus (larus@cs.wisc.edu)
  3.  
  4.    AE and AEC are free software; you can redistribute it and/or modify it
  5.    under the terms of the GNU General Public License as published by the
  6.    Free Software Foundation; either version 1, or (at your option) any
  7.    later version.
  8.  
  9.    AE and AEC are distributed in the hope that it will be useful, but
  10.    WITHOUT ANY WARRANTY; without even the implied warranty of
  11.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12.    General Public License for more details.
  13.  
  14.    You should have received a copy of the GNU General Public License
  15.    along with GNU CC; see the file COPYING.  If not, write to James R.
  16.    Larus, Computer Sciences Department, University of Wisconsin--Madison,
  17.    1210 West Dayton Street, Madison, WI 53706, USA or to the Free
  18.    Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
  19.  
  20.  
  21. /* $Header: /var/home/larus/AE/AEC/RCS/aec.h,v 2.0 90/02/09 17:23:45 larus Exp Locker: larus $ */
  22.  
  23.  
  24. /* Types of events: */
  25.  
  26. #define INST_REF 1
  27. #define MEM_READ 2
  28. #define MEM_WRITE 3
  29.  
  30. #define START_LOOP 4
  31. #define CONT_LOOP 5
  32. #define END_LOOP 6
  33.